home *** CD-ROM | disk | FTP | other *** search
/ Network Supervisor's Toolkit / Network Supervisor's Toolkit.iso / tools / nfau / readme.doc < prev   
Text File  |  1996-07-10  |  3KB  |  84 lines

  1. -------------------------------------------------------------------------------
  2. NFAU.EXE --  Network File Attribute Utility.
  3.              Allows the file attributes and extended file attributes
  4.              to be modified on a Novell Netware Network.
  5.              Dave Head [71211,3310], Louisville, KY
  6. -------------------------------------------------------------------------------
  7.  
  8. NFAU is a Netware utility that allows the file attributes and extended
  9. file attributes to be modified on a Novell Netware Network.
  10.  
  11. This program is very similiar to Novell's flag.exe program with some
  12. differences that I found to be very beneficial.  The first difference
  13. is the user can suppress display from the screen.  This, for example,
  14. can be useful if shelling from another application.  Also, when a file's
  15. attributes cannot be changed, it does not beep.
  16.  
  17. FILES:
  18.  
  19.   nfau.zip - zip file containing readme.doc and nfau.exe.
  20.  
  21.   nfau.exe - executable file attribute utility.
  22.  
  23.   readme.doc - this document.
  24.  
  25.  
  26. INSTALLATION:
  27.  
  28.   A good place for this utility is in \public.  It really doesn't matter
  29.   where it is placed, but it is recommended that it be available in the
  30.   users path on the file server.  It is recommended to flag this file as
  31.   Sharable.
  32.  
  33.  
  34. PROGRAM EXECUTION
  35.  
  36.   nfau [file spec] [+|-][file attributes] [/p|/np]
  37.  
  38.  
  39. EXAMPLES
  40.  
  41.   nfau
  42.     displays help information on how to run the program.
  43.  
  44.   nfau *
  45.     shows the current file attributes for all files in the
  46.     current directory.
  47.  
  48.   nfau *.exe ros
  49.     sets the file attributes for all executable files
  50.     in the current directory to Read Only, Sharable.
  51.  
  52.   nfau *.exe ro-s
  53.     sets the file attributes for all executable files
  54.     in the current directory to Read Only, nonSharable.
  55.  
  56.   nfau *.exe -ro-s
  57.     sets the file attributes for all executable files
  58.     in the current directory to Read Write, nonSharable.
  59.  
  60.   nfau *.exe rwsit /np
  61.     sets the file attributes for all executable files
  62.     in the current directory to Read Write, Sharable, Indexed, and
  63.     Transactional Tracking.  Nothing will be displayed on the screen.
  64.  
  65.  
  66. NOTES
  67.  
  68.   +[file attribute] is default.
  69.   /p is default.
  70.   Netware C Interface-DOS was used to make the network calls.
  71.   Turbo C was the program development package.
  72.  
  73.   This program was tested and is in use on a Novell SFT Netware 286
  74.   TTS V2.15 Rev. C network.
  75.  
  76. ------------------------------------------------------------------------------
  77.  
  78. This program is public domain and may be distributed freely.  Use of this
  79. program is at your own risk, the author assumes no responsibility.
  80.  
  81. I would greatly appreciate any questions or recommendations concerning
  82. the use of this program that you may have. I can be reached on Compuserve
  83. account [71211,3310].
  84.